home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
COMM
/
SILI_108.ARJ
/
MAIN.BAT
< prev
next >
Wrap
DOS Batch File
|
1991-04-20
|
325b
|
30 lines
@echo off
SET DSZLOG=d:\mp\dszlog
d:
cd\mp
silica %1 %2 %3 %4
if errorlevel 9 goto exit
if errorlevel 7 goto term
if errorlevel 4 goto sysnext
if errorlevel 3 goto door
if errorlevel 1 goto exit
main
:term
call qm.bat
d:
cd\mp
main
:sysnext
offhook
silica 1 0 0 M
main
:door
door
main
:exit